home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / common.lha / common / c / Timer.h < prev   
Text File  |  1992-08-18  |  228b  |  17 lines

  1. /* Timer.h */
  2. /* Bertram Vielsack, 07.03.88 */
  3.  
  4. typedef  struct  TMS
  5.   {
  6.     long  uTime,
  7.           sTime,
  8.           cuTime,
  9.           csTime;
  10.   };
  11.  
  12. #define tms  struct TMS
  13.  
  14. long    CpuTime ();
  15. long    StepTime ();
  16. void    WriteTime ();
  17.